home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 19d.dir / 00078.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  228 b   |  12 lines

  1. on exitFrame
  2.   global gCursorReady, gMagCursor
  3.   gCursorReady = 1
  4.   gMagCursor = "magCursor"
  5.   if rollOver(12) then
  6.     set the visible of sprite 13 to 1
  7.   else
  8.     set the visible of sprite 13 to 0
  9.   end if
  10.   go(the frame)
  11. end
  12.